- pruning the tree
- сокращение древовидной структуры; усечение дерева
Англо-русский словарь по вычислительной технике и информационным технологиям - 4-е изд.. Сергей Орлов .
Англо-русский словарь по вычислительной технике и информационным технологиям - 4-е изд.. Сергей Орлов .
Pruning (decision trees) — Pruning is a technique in machine learning that reduces the size of decision trees by removing sections of the tree that provide little power to classify instances. The dual goal of pruning is reduced complexity of the final classifier as well as … Wikipedia
Pruning (algorithm) — Pruning is a term in mathematics and informatics which describes a method of enumeration, which allows to cut parts of a decision tree. Pruned parts of the tree are no longer considered because the algorithm knows based on already collected data… … Wikipedia
Tree rearrangement — Tree rearrangements are used in heuristic algorithms devoted to searching for an optimal tree structure. They can be applied to any set of data that are naturally arranged into a tree, but have most applications in computational phylogenetics,… … Wikipedia
Pruning (disambiguation) — Pruning is the practice of removing unwanted portions from a plant, but may also refer to: * Synaptic pruning, the reformation of neural structure by pruning excess neurons or neural clusters * Pruning (algorithm), a method of simplification of a … Wikipedia
Tree paint — is any brushable substance applied to the bark of a tree intended to improve the health of the tree. White tree paint is applied to citrus trees to keep them from getting scorched by the sun.Organic tree paint can be easily made and is quite… … Wikipedia
Tree topping — is the practice of removing large branches and/or trunks from the top of a tree s canopy. Topping is often harmful for the tree. Large pruning wounds often fail to heal and become entry points for disease and pests, undermining the long term… … Wikipedia
Pruning — For other uses of the term Pruning , see Pruning (disambiguation). Pruning in landscaping and gardening is the practice of removing diseased, non productive, or otherwise unwanted portions from a plant. The purpose of pruning is to shape the… … Wikipedia
pruning — ▪ horticulture in horticulture, the removal or reduction of parts of a plant, tree, or vine that are not requisite to growth or production, are no longer visually pleasing, or are injurious to the health or development of the plant. Pruning … Universalium
Tree (data structure) — A simple unordered tree; in this diagram, the node labeled 7 has two children, labeled 2 and 6, and one parent, labeled 2. The root node, at the top, has no parent. In computer science, a tree is a widely used data structure that emulates a… … Wikipedia
Tree of life (biology) — See also Tree of life (disambiguation) for other meanings of the Tree of Life. Hillis plot Tree Of Life, based on completely sequenced genomes. Charles Darwin proposed that phylogeny, the evolutionary relatedness among species through time, was… … Wikipedia
Tree traversal — Graph and tree search algorithms Alpha beta pruning A* B* Beam Bellman–Ford algorithm Best first Bidirectional … Wikipedia